• frmDesignation.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmDesignation
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmDesignation))
30         Me.Panel1 = New System.Windows.Forms.Panel()
31         Me.txtDG = New System.Windows.Forms.TextBox()
32         Me.lblUser = New System.Windows.Forms.Label()
33         Me.Panel3 = New System.Windows.Forms.Panel()
34         Me.btnDelete = New System.Windows.Forms.Button()
35         Me.btnClose = New System.Windows.Forms.Button()
36         Me.btnUpdate = New System.Windows.Forms.Button()
37         Me.btnSave = New System.Windows.Forms.Button()
38         Me.btnNew = New System.Windows.Forms.Button()
39         Me.Panel4 = New System.Windows.Forms.Panel()
40         Me.Label3 = New System.Windows.Forms.Label()
41         Me.txtDesignation = New System.Windows.Forms.TextBox()
42         Me.dgw = New System.Windows.Forms.DataGridView()
43         Me.Panel2 = New System.Windows.Forms.Panel()
44         Me.Label1 = New System.Windows.Forms.Label()
45         Me.Description = New System.Windows.Forms.DataGridViewTextBoxColumn()
46         Me.Panel1.SuspendLayout()
47         Me.Panel3.SuspendLayout()
48         Me.Panel4.SuspendLayout()
49         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
50         Me.Panel2.SuspendLayout()
51         Me.SuspendLayout()
52         
'
53         
'Panel1
54         
'
55         Me.Panel1.BackColor = System.Drawing.Color.White
56         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
57         Me.Panel1.Controls.Add(Me.txtDG)
58         Me.Panel1.Controls.Add(Me.lblUser)
59         Me.Panel1.Controls.Add(Me.Panel3)
60         Me.Panel1.Controls.Add(Me.Panel4)
61         Me.Panel1.Controls.Add(Me.dgw)
62         Me.Panel1.Controls.Add(Me.Panel2)
63         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
64         Me.Panel1.Name =
"Panel1"
65         Me.Panel1.Size = New System.Drawing.Size(
346, 375)
66         Me.Panel1.TabIndex =
2
67         
'
68         
'txtDG
69         
'
70         Me.txtDG.Location = New System.Drawing.Point(
224, 281)
71         Me.txtDG.Name =
"txtDG"
72         Me.txtDG.Size = New System.Drawing.Size(
81, 20)
73         Me.txtDG.TabIndex =
44
74         Me.txtDG.Visible = False
75         
'
76         
'lblUser
77         
'
78         Me.lblUser.AutoSize = True
79         Me.lblUser.Location = New System.Drawing.Point(
266, 254)
80         Me.lblUser.Name =
"lblUser"
81         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
82         Me.lblUser.TabIndex =
43
83         Me.lblUser.Text =
"Label8"
84         Me.lblUser.Visible = False
85         
'
86         
'Panel3
87         
'
88         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
89         Me.Panel3.Controls.Add(Me.btnDelete)
90         Me.Panel3.Controls.Add(Me.btnClose)
91         Me.Panel3.Controls.Add(Me.btnUpdate)
92         Me.Panel3.Controls.Add(Me.btnSave)
93         Me.Panel3.Controls.Add(Me.btnNew)
94         Me.Panel3.Location = New System.Drawing.Point(
224, 75)
95         Me.Panel3.Name =
"Panel3"
96         Me.Panel3.Size = New System.Drawing.Size(
111, 174)
97         Me.Panel3.TabIndex =
41
98         
'
99         
'btnDelete
100         
'
101         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
102         Me.btnDelete.Enabled = False
103         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
104         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
105         Me.btnDelete.Location = New System.Drawing.Point(
13, 103)
106         Me.btnDelete.Name =
"btnDelete"
107         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
108         Me.btnDelete.TabIndex =
3
109         Me.btnDelete.Text =
"Delete"
110         Me.btnDelete.UseVisualStyleBackColor = True
111         
'
112         
'btnClose
113         
'
114         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
115         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
116         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
117         Me.btnClose.Location = New System.Drawing.Point(
13, 134)
118         Me.btnClose.Name =
"btnClose"
119         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
120         Me.btnClose.TabIndex =
4
121         Me.btnClose.Text =
"Close"
122         Me.btnClose.UseVisualStyleBackColor = True
123         
'
124         
'btnUpdate
125         
'
126         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
127         Me.btnUpdate.Enabled = False
128         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
129         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
130         Me.btnUpdate.Location = New System.Drawing.Point(
13, 72)
131         Me.btnUpdate.Name =
"btnUpdate"
132         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
133         Me.btnUpdate.TabIndex =
2
134         Me.btnUpdate.Text =
"Update"
135         Me.btnUpdate.UseVisualStyleBackColor = True
136         
'
137         
'btnSave
138         
'
139         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
140         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
141         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
142         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
143         Me.btnSave.Name =
"btnSave"
144         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
145         Me.btnSave.TabIndex =
1
146         Me.btnSave.Text =
"Save"
147         Me.btnSave.UseVisualStyleBackColor = True
148         
'
149         
'btnNew
150         
'
151         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
152         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
153         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
154         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
155         Me.btnNew.Name =
"btnNew"
156         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
157         Me.btnNew.TabIndex =
0
158         Me.btnNew.Text =
"New"
159         Me.btnNew.UseVisualStyleBackColor = True
160         
'
161         
'Panel4
162         
'
163         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
164         Me.Panel4.Controls.Add(Me.Label3)
165         Me.Panel4.Controls.Add(Me.txtDesignation)
166         Me.Panel4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
167         Me.Panel4.Location = New System.Drawing.Point(
9, 307)
168         Me.Panel4.Name =
"Panel4"
169         Me.Panel4.Size = New System.Drawing.Size(
248, 51)
170         Me.Panel4.TabIndex =
0
171         
'
172         
'Label3
173         
'
174         Me.Label3.AutoSize = True
175         Me.Label3.Location = New System.Drawing.Point(
8, 14)
176         Me.Label3.Name =
"Label3"
177         Me.Label3.Size = New System.Drawing.Size(
79, 15)
178         Me.Label3.TabIndex =
0
179         Me.Label3.Text =
"Designation :"
180         
'
181         
'txtDesignation
182         
'
183         Me.txtDesignation.BackColor = System.Drawing.Color.White
184         Me.txtDesignation.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
185         Me.txtDesignation.Location = New System.Drawing.Point(
94, 14)
186         Me.txtDesignation.Name =
"txtDesignation"
187         Me.txtDesignation.Size = New System.Drawing.Size(
139, 21)
188         Me.txtDesignation.TabIndex =
0
189         
'
190         
'dgw
191         
'
192         Me.dgw.AllowUserToAddRows = False
193         Me.dgw.AllowUserToDeleteRows = False
194         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
195         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
196         Me.dgw.BackgroundColor = System.Drawing.Color.White
197         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
198         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
199         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
200         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
201         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
202         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
203         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
204         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
205         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
206         Me.dgw.ColumnHeadersHeight =
24
207         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Description})
208         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
209         Me.dgw.EnableHeadersVisualStyles = False
210         Me.dgw.GridColor = System.Drawing.Color.White
211         Me.dgw.Location = New System.Drawing.Point(
9, 75)
212         Me.dgw.MultiSelect = False
213         Me.dgw.Name =
"dgw"
214         Me.dgw.ReadOnly = True
215         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
216         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
217         DataGridViewCellStyle3.BackColor = System.Drawing.Color.CadetBlue
218         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
219         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
220         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.DarkSlateGray
221         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
222         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
223         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
224         Me.dgw.RowHeadersWidth =
25
225         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
226         DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
227         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
228         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
229         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White
230         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle4
231         Me.dgw.RowTemplate.Height =
18
232         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
233         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
234         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
235         Me.dgw.Size = New System.Drawing.Size(
204, 226)
236         Me.dgw.TabIndex =
40
237         
'
238         
'Panel2
239         
'
240         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
241         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
242         Me.Panel2.Controls.Add(Me.Label1)
243         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
244         Me.Panel2.Name =
"Panel2"
245         Me.Panel2.Size = New System.Drawing.Size(
326, 62)
246         Me.Panel2.TabIndex =
0
247         
'
248         
'Label1
249         
'
250         Me.Label1.AutoSize = True
251         Me.Label1.BackColor = System.Drawing.Color.Transparent
252         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
253         Me.Label1.ForeColor = System.Drawing.Color.White
254         Me.Label1.Location = New System.Drawing.Point(
68, 18)
255         Me.Label1.Name =
"Label1"
256         Me.Label1.Size = New System.Drawing.Size(
180, 24)
257         Me.Label1.TabIndex =
0
258         Me.Label1.Text =
"List of Designation"
259         
'
260         
'Description
261         
'
262         Me.Description.HeaderText =
"Designation"
263         Me.Description.Name =
"Description"
264         Me.Description.ReadOnly = True
265         Me.Description.Width =
175
266         
'
267         
'frmDesignation
268         
'
269         Me.AcceptButton = Me.btnSave
270         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
271         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
272         Me.BackColor = System.Drawing.Color.DarkSlateGray
273         Me.ClientSize = New System.Drawing.Size(
369, 403)
274         Me.Controls.Add(Me.Panel1)
275         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
276         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
277         Me.MaximizeBox = False
278         Me.MinimizeBox = False
279         Me.Name =
"frmDesignation"
280         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
281         Me.Panel1.ResumeLayout(False)
282         Me.Panel1.PerformLayout()
283         Me.Panel3.ResumeLayout(False)
284         Me.Panel4.ResumeLayout(False)
285         Me.Panel4.PerformLayout()
286         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
287         Me.Panel2.ResumeLayout(False)
288         Me.Panel2.PerformLayout()
289         Me.ResumeLayout(False)
290
291     End Sub
292     Friend WithEvents Panel1 As System.Windows.Forms.Panel
293     Friend WithEvents Panel4 As System.Windows.Forms.Panel
294     Friend WithEvents Label3 As System.Windows.Forms.Label
295     Friend WithEvents txtDesignation As System.Windows.Forms.TextBox
296     Friend WithEvents dgw As System.Windows.Forms.DataGridView
297     Friend WithEvents Panel2 As System.Windows.Forms.Panel
298     Friend WithEvents Label1 As System.Windows.Forms.Label
299     Friend WithEvents Panel3 As System.Windows.Forms.Panel
300     Friend WithEvents btnDelete As System.Windows.Forms.Button
301     Friend WithEvents btnClose As System.Windows.Forms.Button
302     Friend WithEvents btnUpdate As System.Windows.Forms.Button
303     Friend WithEvents btnSave As System.Windows.Forms.Button
304     Friend WithEvents btnNew As System.Windows.Forms.Button
305     Friend WithEvents txtDG As System.Windows.Forms.TextBox
306     Friend WithEvents lblUser As System.Windows.Forms.Label
307     Friend WithEvents Description As System.Windows.Forms.DataGridViewTextBoxColumn
308
309 End Class


Gõ tìm kiếm nhanh...